home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / MacLifeTools / rEFit / doc / print.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-05-31  |  313 b   |  26 lines

  1. /*
  2.  * $Id: print.css 220 2006-05-31 17:33:55Z chrisp $
  3.  */
  4.  
  5. /*** basic layout ***/
  6.  
  7. body {
  8.   background: #fff;
  9.   margin: 0;
  10. }
  11. #logobar, #sidebar {
  12.   display: none;
  13. }
  14. #content {
  15.   padding: 0 1em;  /* allow for h2 outdent */
  16.   margin: 0;
  17. }
  18.  
  19. /*** content area styles ***/
  20.  
  21. p#pagelink {
  22.   display: none;
  23. }
  24.  
  25. /* EOF */
  26.